1.2. Requirements
The communication protocol utilized is HTTP, with requests being transmitted via the POST method.
The message container format is JSON.
Character encoding used is utf-8.
Authentication is conducted through a Bearer token, which is provided upon the connection request to the order reception system.
Security measures involve signing all requests with the SHA-256 hash function applied to the string: licenseNum+timestamp+secretKey.
Required Headers:
Content-Type= application/jsonX-Requested-With= XMLHttpRequestX-Signature= request signature